Skip to content

Fix extra spacing in hero title between "Awesome" and "GitHub Copilot"#1357

Closed
devleon00 wants to merge 1 commit intogithub:stagedfrom
devleon00:fix/hero-title-spacing-v2
Closed

Fix extra spacing in hero title between "Awesome" and "GitHub Copilot"#1357
devleon00 wants to merge 1 commit intogithub:stagedfrom
devleon00:fix/hero-title-spacing-v2

Conversation

@devleon00
Copy link
Copy Markdown

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Fix the extra visual spacing between "Awesome" and "GitHub Copilot" in the homepage hero title. The .gradient-text-alt class had margin-left: 0.3em which created a noticeably wider gap than normal word spacing. Reduced to 0.1em to match the natural spacing between "GitHub" and "Copilot".


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify): Website CSS bug fix

Additional Notes

Single line change in website/src/styles/global.css margin-left on .gradient-text-alt reduced from 0.3em to 0.1em. This class is only used on the hero title in index.astro.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Reduce margin-left on .gradient-text-alt from 0.3em to 0.1em to match
natural word spacing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aaronpowell
Copy link
Copy Markdown
Contributor

I created a more robust fix in #1360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants